Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

132
Vistas
Replacement for ActiveXObject("MSXML2.XMLHTTP");

Refactoring old javascript code, what is an effective replacement of ActiveX? Below is an example of how it is being used.

var xmlhttp = new ActiveXObject("MSXML2.XMLHTTP");
var sURL = homeURL + "/Utility.asmx";
xmlhttp.Open("POST", sURL, false);
xmlhttp.setRequestHeader("SOAPAction", "http://tempuri.org/DestroyScreen");
xmlhttp.setRequestHeader("Content-Type", "text/xml");
var sPayload = "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
sPayload += "<soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>";
sPayload += "<soap:Body>";
sPayload += "<DestroyScreen xmlns='http://tempuri.org/'>";
sPayload += "<screenID>" + WebScreen.ScreenID + "</screenID>";
sPayload += "<instanceID>" + WebScreen.ScreenInstance + "</instanceID>";
sPayload += "</DestroyScreen>";
sPayload += "</soap:Body>";
sPayload += "</soap:Envelope>";
xmlhttp.Send(sPayload);
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda